Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 Oct 2005 20:40:54 +0000 (20:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Oct 2005 20:40:54 +0000 (20:40 +0000)
2005-10-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
for the selection window.  (#318806, Alex Larsson)

ChangeLog
ChangeLog.pre-2-10
gtk/gtklabel.c

index 2e182a8fada9990cb672f747ab47a57469eb9d06..d12b8aa87905cc1a2ebc3f27e8cdc69191b90f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
+       for the selection window.  (#318806, Alex Larsson)
+
 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes bug #317999:
index 2e182a8fada9990cb672f747ab47a57469eb9d06..d12b8aa87905cc1a2ebc3f27e8cdc69191b90f38 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
+       for the selection window.  (#318806, Alex Larsson)
+
 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes bug #317999:
index b596d21f5442e911522815be926ff0184e9ca959..821a6ec7a37a604d17c299c4e6375a78effe4aa9 100644 (file)
@@ -2951,7 +2951,7 @@ gtk_label_create_window (GtkLabel *label)
   attributes.y = widget->allocation.y;
   attributes.width = widget->allocation.width;
   attributes.height = widget->allocation.height;
-  attributes.window_type = GDK_WINDOW_TEMP;
+  attributes.window_type = GDK_WINDOW_CHILD;
   attributes.wclass = GDK_INPUT_ONLY;
   attributes.override_redirect = TRUE;
   attributes.cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget),